home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / PWAUS10S.ZIP / USER.CFG < prev    next >
Text File  |  1994-05-28  |  2KB  |  49 lines

  1. 201
  2. @X0A
  3. @X05  Total Users        : @X07
  4. @X05  Total Long Distance: @X07
  5. 5
  6. name @X0D 3
  7. city @X08 30
  8. areacode @X0D 60
  9. numul @X08 70
  10. numdl @X08 75
  11.  
  12.  
  13. /****************************************************************************
  14.  
  15. Line 1: Default area code if user didn't enter one for their data phone
  16. Line 2: Color for area code if not default (meaning, it's long distance)
  17. Line 3: string: "Total Users:"
  18. Line 4: string: "Total Long Distance Users:"
  19. Line 5: Number of attributes to show
  20. All lines thereafter in this format:
  21.  
  22.     attribute color column_to_be_printed
  23.  
  24.     Valid attributes    Description
  25.     ----------------    ---------------------------------------------------
  26.     name                user's name/handle (first name field)
  27.     security            user's security level
  28.     city                user's city (usually a user note)
  29.     areacode            user's areacode (derived from data phone number)
  30.     numul               number of files uploaded by user
  31.     numdl               number of files downloaded by user
  32.     bdl                 bytes downloaded by user
  33.     bul                 bytes uploaded by user
  34.     lastdate            last date user called
  35.     lasttime            last time user called
  36.     numon               number of times user has called
  37.  
  38. The color is your basic PCB color codes.  The column_to_be_printed refers
  39. to the column on the current line of where to print the information.  Each
  40. attribute must be in order or else things will mess up.  If at any time,
  41. you go past the 79th column, any attribute specified after that will simply
  42. not be printed.
  43.  
  44. You *MUST* have all three attributes listed.  Any more or any less will
  45. simply cause the attribute to be skipped.
  46.  
  47. ****************************************************************************/
  48.  
  49.